projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
024b889
)
and a bit more.
author
Murray Cumming
<murrayc@src.gnome.org>
Mon, 5 Jan 2004 18:28:09 +0000
(18:28 +0000)
committer
Murray Cumming
<murrayc@src.gnome.org>
Mon, 5 Jan 2004 18:28:09 +0000
(18:28 +0000)
gdk/gdkimage.h
patch
|
blob
|
history
diff --git
a/gdk/gdkimage.h
b/gdk/gdkimage.h
index 34ac913c7f8b2fbe3d18cbc10e347f53b658e235..1b52f850194f583ebf8f526cb7621c4f28acfd35 100644
(file)
--- a/
gdk/gdkimage.h
+++ b/
gdk/gdkimage.h
@@
-51,9
+51,9
@@
struct _GdkImage
guint16 bits_per_pixel; /* read only. bits per pixel */
gpointer mem;
- GdkColormap *colormap;
+ GdkColormap *colormap;
/* read only. */
- gpointer windowing_data;
+ gpointer windowing_data;
/* read only. */
};
struct _GdkImageClass